﻿2026-07-22T19:29:50.7987341Z ##[group]Run actions/checkout@v5
2026-07-22T19:29:50.7987806Z with:
2026-07-22T19:29:50.7988115Z   fetch-depth: 0
2026-07-22T19:29:50.7988442Z   repository: BigscreenVR/spt-bs-core
2026-07-22T19:29:50.7990887Z   token: ***
2026-07-22T19:29:50.7991187Z   ssh-strict: true
2026-07-22T19:29:50.7991485Z   ssh-user: git
2026-07-22T19:29:50.7991793Z   persist-credentials: true
2026-07-22T19:29:50.7992183Z   clean: true
2026-07-22T19:29:50.7992504Z   sparse-checkout-cone-mode: true
2026-07-22T19:29:50.7992866Z   fetch-tags: false
2026-07-22T19:29:50.7993175Z   show-progress: true
2026-07-22T19:29:50.7993470Z   lfs: false
2026-07-22T19:29:50.7993758Z   submodules: false
2026-07-22T19:29:50.7994064Z   set-safe-directory: true
2026-07-22T19:29:50.7994425Z   allow-unsafe-pr-checkout: false
2026-07-22T19:29:50.7994775Z ##[endgroup]
2026-07-22T19:29:50.9686250Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T19:29:50.9687347Z ##[group]Getting Git version info
2026-07-22T19:29:50.9687901Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-22T19:29:50.9978133Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-22T19:29:51.0199635Z git version 2.43.0.windows.1
2026-07-22T19:29:51.0222764Z ##[endgroup]
2026-07-22T19:29:51.0230511Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\fdaf56d8-d099-4177-af45-d9af12439a65\.gitconfig'
2026-07-22T19:29:51.0243162Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\fdaf56d8-d099-4177-af45-d9af12439a65' before making global git config changes
2026-07-22T19:29:51.0244121Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T19:29:51.0247731Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-22T19:29:51.0494587Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-22T19:29:51.0699546Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T19:29:51.0722696Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T19:29:51.0726647Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T19:29:51.0940421Z HEAD
2026-07-22T19:29:51.1195165Z ##[endgroup]
2026-07-22T19:29:51.1198475Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-22T19:29:51.6128223Z ##[group]Cleaning the repository
2026-07-22T19:29:51.6132382Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-22T19:30:01.7398716Z Removing target/
2026-07-22T19:30:01.7434977Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-22T19:30:01.8106437Z HEAD is now at c63b96ad Merge 6b13f074be54ce69b4ff7dd71aa47b91a19629f8 into 7c0f12d6eab59c52a3ecae81a26ea68a0b6520c9
2026-07-22T19:30:01.8133807Z ##[endgroup]
2026-07-22T19:30:01.8138339Z ##[group]Disabling automatic garbage collection
2026-07-22T19:30:01.8144587Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-22T19:30:01.9595148Z ##[endgroup]
2026-07-22T19:30:01.9595875Z ##[group]Setting up auth
2026-07-22T19:30:01.9601871Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-22T19:30:01.9840075Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-22T19:30:03.7709309Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T19:30:03.7950881Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-22T19:30:04.9792868Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T19:30:05.0040972Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-22T19:30:05.5065035Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-22T19:30:05.5380480Z ##[endgroup]
2026-07-22T19:30:05.5380961Z ##[group]Fetching the repository
2026-07-22T19:30:05.5394405Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +c63b96ad7ae00d74981db288d5ca401b8c2868b1:refs/remotes/pull/64/merge
2026-07-22T19:30:06.3959146Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-22T19:30:06.3959758Z  - [deleted]           (none)          -> origin/build/daemon-lifecycle-w1
2026-07-22T19:30:06.3960231Z  - [deleted]           (none)          -> origin/build/daemon-lifecycle-w3
2026-07-22T19:30:06.5425194Z  * [new branch]        release/v0.41.0 -> origin/release/v0.41.0
2026-07-22T19:30:06.5559064Z ##[endgroup]
2026-07-22T19:30:06.5559437Z ##[group]Determining the checkout info
2026-07-22T19:30:06.5559822Z ##[endgroup]
2026-07-22T19:30:06.5564235Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-22T19:30:06.5849031Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-22T19:30:06.6086618Z ##[group]Checking out the ref
2026-07-22T19:30:06.6091029Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/64/merge
2026-07-22T19:30:06.6476924Z HEAD is now at c63b96ad Merge 6b13f074be54ce69b4ff7dd71aa47b91a19629f8 into 7c0f12d6eab59c52a3ecae81a26ea68a0b6520c9
2026-07-22T19:30:06.6503047Z ##[endgroup]
2026-07-22T19:30:06.6789178Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-22T19:30:06.8059802Z c63b96ad7ae00d74981db288d5ca401b8c2868b1
